ServiceFindPeople Method (StandardFolder, String) |
Finds the people.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindPeopleResponse FindPeople(
StandardFolder standardFolder,
string query
)
Public Function FindPeople (
standardFolder As StandardFolder,
query As String
) As FindPeopleResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The standard folder. - query
- Type: SystemString
The query.
Return Value
Type:
FindPeopleResponseFindPeopleResponse.
See Also